﻿@charset 'utf-8';
/*首页*/
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	/*height:600px;
	height:440px;*/
	}
.banner .bd{
	position:relative;
	height:100%;
	z-index:0;
	min-width:1300px;
	}
.banner .bd li{ 
	zoom:1; 
	/*height:400px;*/
	vertical-align:middle;
	position: relative;
 }
 .banTextBox{
 	width: 1000px;
 	position: absolute;
 	top: 0;
 	left:50%;
 	margin-left: -500px;
 	overflow: hidden;
 }
 .banTextBox .text{
    overflow: hidden;
 	width: 280px;
 	height: 230px;
 	margin-top: 80px;
 	padding:30px 20px 0;
 	background: url('../images/whiteBg.png') repeat;
 }
 .banTextBox .text h3{
 	font-size: 16px;
 	font-weight: bold;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap;
 	margin-bottom: 10px;
 }
.banTextBox .text p{
  	color: #666;
  	margin-bottom: 20px;
    height: 110px;
    overflow: hidden;
  }
.banTextBox .text .btn{
	color: #fff;
	background: #0194d5;
	width: 100px;
	line-height: 34px;
	text-align: center;
}
.banner ul li{
	display:block;
	position:relative;
	}	
.banner ul li img{
	min-width: 1000px;
	width:100%;
	height:440px;
	object-fit: cover;
	}
.banner .hd{ 
	overflow:hidden;/**/
	position:absolute;
	left:50%;
	width:1000px;
	margin-left:-500px;
	bottom:0;
	padding:40px 0;
	z-index:999; 
}
.banner .hd ul{ 
	overflow:hidden;
	float:right;
	zoom:1;
	width:320px;
	text-align:center;
	}
.banner .hd li{ 
	display:inline-block;
	*display:inline;
	*zoom:1;
	 width:40px; 
	 height:3px;/**/
	 background:#fff;
	 margin:0 4px;	
	 cursor:pointer;	
	 font-size:0;
	}
.banner .hd li.on,
.banner .hd li:hover{ 
	background:#1889fb;  
	}
.productList ul li{
	display: block;
	float: left;
	width: 250px;
	height: 240px;
	overflow: hidden;
	text-align: center;
}
.productList ul li:hover img{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.productList ul li:hover h3{
   color:#888;
}
.productList ul li:hover span{
   color:#ccc;
}
.productList ul li img{
	width: 110px;
	height: 110px;
	margin: 0 auto;
}
.productList ul li h3{
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
}

.applyPro{
	position:relative;
	width: 1112px;
	margin: 0 auto;
}
.applyPro .bd{
	position:relative;
	height:100%;
	z-index:0;
	}
.applyPro .bd li{ 
	zoom:1; 
	width: 226px;
	vertical-align:middle;
	display:block;
	position:relative;
	margin-right: 32px;
	height: 340px;
	}
.phos{
	position: relative;
	background: #0194d5;
}	
.phos img,.phos{

	width:226px;
	height:226px;
	}
.phos i{
	display: none;
	width: 38px;
	height: 38px;
	border:solid 1px #fff;
	background: url('../images/icon/search_icon.png') no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-19px;
	margin-top:-19px;
}
.applyPro ul li:hover img{
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.applyPro ul li:hover .phos i{
	display: block;
}
.applyPro ul li:hover h3{
	color: #0194d5;
}
.applyPro ul li h3{
	padding-top: 10px;
	color: #666;
	text-align: center;
	font-size: 16px;
}
.applyPro .prev{
	/* left: -60px; */
	top: 120px !important;
}
.applyPro .next{
	/* right: -60px; */
	top: 120px !important;
}
@media screen and (max-width: 1112px) {
	.applyPro{
		width: 1000px;
	}
}
.newsType{
	padding-bottom:70px;
}
.newsType ul{
	width: 1020px;
}
.newsType ul li{
	display: block;
	float: left;
	width: 320px;
	margin-right:20px;
}
.type{
	padding: 5px 0;
}
.type span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 120px;
	line-height: 120px;
	color: #fff;
	background: #0096f5;
	opacity: 0.9;
	filter: alpha(opacity=90);
	font-size: 18px;
	text-align: center;
}
.list dl dd h3{
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list dl dd a{
  display:block;
}
.list dl dd p,.list dl dd span{
	font-size: 12px;
	color: #999;
	line-height: 22px;
}
.list dl dd p{
  min-height:44px;
}
.list dl dd{
	padding: 30px 0;
	border-bottom: dashed 1px #d2d2d2;
}
.type a:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
} 
.list dl dd a:hover h3{
	color: #0194d5;
}
.list dl dd a:hover p{
	color: #666;
}
.list dl dd span{
	padding-top:5px;
	display: block;
}
.borderN{
	border: 0 !important;
}
.companyList{
	padding-bottom: 70px;
}
.companyList ul{
	width: 1020px;
}
.companyList ul li,.companyList ul li img{
	width: 182px;
	height: 68px;
}
.companyList ul li{
	border:solid 1px #d2d2d2;
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.companyList ul li:hover{
	border-color:#0194d5;
}
.searchBox{
	position: fixed;
	top: 400px;
	right: 0;
	height: 42px;
	width: 42px;
	overflow: hidden;
	z-index: 998;
}
.searchBox .text{
	border:solid 1px #ff6600;
	line-height: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
	padding: 0 10px;
	font-size:16px;
	color: #666;
}
.searchBtn{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 999;
	background:#ff6600 url('../images/icon/search_icon.png') no-repeat center;
}
/*产品列表*/
.leftMenu{
	width: 260px;
	border-right: solid 1px #eee;
}
.leftMenu ul li.pn{
	padding: 0;
}
.leftMenu ul li{
	padding-bottom: 20px;
}
.leftMenu dl.show{
	display: block;
}
.leftMenu dl{
	padding-top:20px;
	display: none;
}
.leftMenu dl dd{
	line-height: 38px;
	cursor: pointer;
	padding:0 15px;
	color: #444;
	font-weight: bold;
	overflow: hidden;
}
.leftMenu dl dd span{
	color: #d6d6d6;
	margin-right: 10px;
	font-weight: normal;
	display: inline-block;
	transform: scale(1,1.4);
    -o-transform: scale(1,1.4);
    -ms-transform: scale(1,1.4);
    -moz-transform: scale(1,1.4);
    -webkit-transform: scale(1,1.4);
}
.leftMenu dl dd:hover,.leftMenu dl dd:hover span,
.leftMenu dl dd.hover,.leftMenu dl dd.hover span{
	color: #0194d5;
	background: #e8e8e8;
}
.leftMenu ul li .menu{
	line-height: 38px;
	padding-left:42px;
	background: #0194d5;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.rightCon{
	width: 720px;
}
.proTitle{
	border-bottom:dashed 1px #eee;
	line-height: 38px;
	padding-bottom: 0 !important;
}
.proDetailsList{
	padding: 30px 0;
}
.proDetailsList dl dd{
	width: 290px;
	border: solid 1px #d2d2d2;
	display: block;
	float: left;
	margin: 0 14px;
	padding: 20px;
	position: relative;
	height: 200px;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}
.proDetailsList dl dd b{
	position: absolute;
	right: 0;
	bottom:0;
	border-right: solid 22px #67bfe6;
	border-bottom: solid 22px #67bfe6;
	border-top:solid 22px transparent;
	border-left:solid 22px transparent;
	width:0;
    height:0;
}
.proDetailsList dl dd h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.proDetailsList .samTextTwo{
	min-height: auto;
}
.proDetailsList .samTextTwo ul li,.proDetailsList dl dd h3{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.proDetailsList .samTextTwo ul li{
	padding: 8px 0;
	color: #666;
}
/*新闻*/
.subBanner{
	height: 360px;
	overflow: hidden;
}
.subBanner img{
	margin: 0 auto;
	width: 100%;
	min-height: 360px;
	object-fit:cover;
}
.tabTitle{
	padding: 60px 0;
}
.tab{
	text-align: center;
}
.tab li{
	position: relative;
	display: inline-block;
	*zoom:1;
	*display: inline;
	line-height: 32px;
	padding: 0 20px;
	margin: 0 4px;
	color: #878787;
	cursor: pointer;
}
.tab li:hover,.tab li.hover,.tab li:hover a,.tab li.hover a{
	background: #0194d5;
	color: #fff;
}
.tab li i{
	background: #006ffc;
	display: block;
	width: 10px;
	height: 1px;
	position: absolute;
	right: -11px;
	top: 16px;
}
.newsList{
	width: 1035px;
	display: block;
}
.newsList li{
	border:solid 1px #d2d2d2;
	width: 280px;
	display: block;
	float: left;
	margin-right:35px;
	height: 360px;
	margin-bottom: 50px;
	padding: 14px;
	position: relative;
	cursor: pointer;
}
.newsList li:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);  
}
.newsList li img{
	width: 280px;
	height: 148px;
}
.newsList li h3{
	line-height: 28px;
	padding: 15px 0 8px 0;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsList li p{
	color: #666;
	line-height: 24px;
}
.newsList li span{
	font-size: 12px;
	color: #999;
	position: absolute;
	right: 14px;
	bottom: 14px;
}
.tabCon{
	padding-bottom: 50px;
}
/*新闻详情*/
.newsDetailsTilte h2,.newsDetailsTilte p{
	text-align: center;
}
.newsDetails img{
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.newsDetails a{
  display:inline-block !important;
  *display:inline;
  *zoom:1;
  color: #1588fc;
}
.newsDetailsTilte h2{
	color: #0194d5;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}
.newsDetailsTilte p{
	color: #999;
	font-size: 12px;
}
.newsDetailsLink{
	margin-top:20px;
	border-top: dashed 1px #e0e0e0;
	padding-top: 22px;
	padding-bottom: 60px;
}
.newsDetailsLink a{
	padding:5px 0;
	line-height: 20px;
	color: #666;
	display: block;
}
.newsDetailsLink a:hover{
	color: #333;
}
/*关于旭丰*/
.subTitle h3{
	font-size: 24px;
	line-height: 40px;
}
.subTitle p{
	color: #777;
	line-height: 20px;
}
.subTitle h3,.subTitle p{
	text-align: center;
}
.separate-line i{
	display: block;
	width: 100%;
	height: 1px;
	background-color:#dcdcdc;
	position: relative;
	z-index: -1;
}
.separate-line{
	background: url('../images/icon/separate_icon.png') no-repeat center;
}
.aboutList ul{
	width: 1030px;
}
.aboutList ul li{
	width: 152px;
	border:solid 1px #ccc;
	display: block;
	float: left;
	margin-right: 15px;
	height: 200px;
}
.aboutList{
	padding-bottom: 80px;
}
.aboutList ul li img{
	margin: 18px auto 12px auto;
	height:40px;
}
.aboutList ul li h3{
	font-size: 16px;
	color: #0194d5;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
.aboutList ul li i{
	display: block;
	width: 34px;
	height: 2px;
	margin: 0 auto;
	background: #d6d6d6;
}
.characteristic p{
	line-height: 24px;
	color:#666;
	text-align: center;
	font-size:12px;
}
.characteristic{
	padding-top:10px;
	height: 70px;
	
	}
.middle{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex; 
	/*垂直居中*/
	-webkit-box-align: center; 
	-moz-box-align: center;  
	-ms-flex-align: center; 
	-webkit-align-items: center; 
	align-items: center;
	/*水平居中*/
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center; 
	justify-content: center;
}
/*联系我们*/
.contactT ul li{
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 140px;
	text-align: center;
	line-height: 42px;
	color: #878787;
	cursor: pointer;
}
.contactT ul li i{
	display: block;
	height: 74px;
	background-image: url('../images/icon/contact_icon.png') ;
	background-repeat: no-repeat;
}
.email-icon{
	background-position:11px top;
}
.phone-icon{
	background-position:center top;
}
.website-icon{
	background-position:-868px top;
}
.contactT ul li.middle{
	margin: 0 285px
}
.contactT ul li.hover,.joinInTitle ul li.hover{
	color: #0194d5;
}
.contactT ul li.hover i,.joinInTitle ul li.hover i{
	background-position-y:bottom;
}
.contactT,.joinInTitle{
	padding-bottom: 40px;
	padding-top: 15px;
	border-bottom: solid 1px #d2d2d2;
}
.contactCon{
	padding: 50px 0;
	width: 500px;
	margin: 0 auto;
}
.contactCon li{
	overflow: hidden;
	padding: 5px 0;
}
.contactCon a{
  display: inline-block;
  *display:inline;
  *zoom:1;
}
.contactCon li a{
	text-decoration: underline;
}
.contactCon li span,.contactCon li a,.contactCon li p{
	display: block;
	float: left;
	line-height: 24px;
}
.contactCon li a,.contactCon li p{
	max-width: 400px;
	color: #666666;
}
.contactCon li span{
	color: #0194d5;
	width: 80px;
	text-align: right;
	margin-right: 20px;
}
/*加入我们*/
.joinInTitle ul{
	width: 1162px;
	padding-bottom: 20px;
}
.joinInTitle ul li{
	margin-right: 160px;
	display: block;
	float: left;
	width: 128px;
	cursor: pointer;
	text-align: center;
	color:#878787;
}
.joinInTitle ul li i{
	display: block;
	height: 122px;
	width: 124px;
	margin: 0 auto 30px auto;
	background-image: url('../images/icon/joinin_icon.png');
	background-repeat: no-repeat;
}
.joinInTitle ul li .icon01{
	background-position: left top;
}
.joinInTitle ul li .icon02{
	background-position: -285px top;
}
.joinInTitle ul li .icon03{
	background-position: -571px top;
}
.joinInTitle ul li .icon04{
	background-position: -854px top;
}
/*样品申请*/
.sampleFrom{
	width: 440px;
	margin: 0 auto;
	padding-bottom: 90px;
}
.sampleFrom ul li label{
	width: 80px;
	text-align: right;
	color: #878787;
	line-height: 36px;
	margin-right: 16px;
}
.sampleFrom ul li{
	padding-bottom: 20px;
	/* overflow: hidden; */
	position: relative;
	float: left;
	width: 440px;
}
.error{
	color: red;
	position: absolute;
	bottom: 2px;
	left:96px;
	font-size: 12px;
}
.sampleFrom ul li .text,
.sampleFrom ul li label{
	display: block;
	float: left;
}
.sampleFrom ul li .text{
	height: 36px;
	line-height: 34px;
}
.slideCon{
	width: 342px;
	float: left;
	position: relative;
}
.slideCon dl{
	position: absolute;
	top: 37px;
	background: #fff;
	z-index: 999;
	width: 340px;
	overflow: hidden;
	border:solid 1px #dedede;
}
.slideCon .text{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 300px !important;
	padding-right: 30px !important;
	position: relative;
	z-index: 9;
}
.slideCon dl dd{
	display: block;
	line-height: 20px;
    padding: 8px;
	cursor: pointer;
	color: #666;
	border-bottom: solid 1px #dedede;
}
.slideCon i{
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 1px;
	right: 1px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background:url('../images/icon/separate_icon.png') no-repeat center;
	z-index: 0;
}
.slideCon dl dd:hover,.slideCon dl dd.hover{
	background: #0194d5;
	color: #fff;
}
.sampleFrom ul li .text,.areaText{
	width: 320px;
	padding: 0 10px;
	border: solid 1px #d2d2d2;
}
.areaText{
	height: 126px;
	line-height: 24px;
}
 .submit{
	display: block;
	width: 342px;
	line-height: 36px;
	height: 36px;
	color: #fff;
	background: #ccc;
	cursor: pointer;
	margin-top: 10px;
 }
 .submit.hover{
 	background: #0194d5;
 }
/*滑石粉*/
.sampleTitle{
	padding-bottom: 20px;
	color: #666;
}
.sampleTitle a{
  display: inline-block;
  *display:inline;
  *zoom:1;
}
.samPho,.samPhoBanner{
	overflow:hidden;
	position:relative;
	}
.samPhoBanner{
	border:solid 1px #f1f1f1;
	width:336px;
	height: 288px;
}
.samPhoBanner .bd{
	position:relative;
	height:100%;
	z-index:0;
	}
.samPhoBanner ul li{
	display:block;
	position:relative;
	zoom:1; 
	/*height:400px;*/
	vertical-align:middle;
	}	
.samPhoBanner ul li img{
	width:100%;
	min-height:288px;
	}
.samPhoBanner .prev,.samPhoBanner .next,.applyPro .next,.applyPro .prev{
	position: absolute;
	top: 50%;
	display: block;
	width: 36px;
	height: 26px;
	border: solid 1px #e9e9e9;
	color: #999;
	margin-top:-18px;
	text-align: center;
	line-height: 25px;
	font-size: 18px;
	transform: scale(1,1.5);
	-o-transform: scale(1,1.5);
	-ms-transform: scale(1,1.5);
	-moz-transform: scale(1,1.5);
	-webkit-transform: scale(1,1.5);
	background: #fff;
}
.prev{
	left:0;
	}
.next{
	right: 0;
	}
.samPhoBanner .prev:hover,.samPhoBanner .next:hover,
.applyPro .prev:hover,.applyPro .next:hover{
	color: #fff;
	background: #0194d5;
}
.sampleCon{
	border:solid 1px #dee4ee;
	margin-bottom: 30px;
}
.subSamTitle{
	border-bottom: solid 1px #dee4ee;
	padding:15px 34px;
}
.subSamTitle h3{
	font-size: 20px;
}
.sampleDetails{
	padding:20px 34px;
}

.samText{
	margin-left: 50px;
	width: 540px;
}
.samText ul{
	padding-bottom: 30px;
	border-bottom:dashed 1px #d2d2d2;
	display: block;
}
.samText ul li{
	padding:8px 0;
}
.samText .title{
	color: #999;
	margin-right: 10px;
}
.applySampleBtn{
	color: #fff;
	background: #ff8a00 url('../images/icon/sample_icon.png') no-repeat -330px center;
	padding: 0 15px 0 42px;
	line-height: 34px;
	display: inline-block;
	*display: inline;
	*zoom:1;
	margin-top:30px;
}
.samPho{
	width: 200px;
	overflow: hidden;
}
.samPho img{
	width: 200px;
	height: 260px;
}
.samTextTwo{
	margin-left: 50px;
	width: 680px;
	padding: 10px 0;	
	min-height:240px;
}
.samTextTwo p{
	color: #666;
	line-height: 22px;
}
.samTextTwo ul{
	padding-top: 16px;
}
.samTextTwo ul li{
	padding:4px 0;
	line-height: 20px;
}
.samTextTwo ul li i,.subSamTitle h4 i{
	display: inline-block;
	*display: inline;
	*zoom:1;
	float: left;
	width: 26px;
	height: 22px;
	background-image: url('../images/icon/sample_icon.png') ;
	background-repeat: no-repeat;
}
.samTextTwo ul li i{
	background-position: -230px center;
}
.subSamTitle h4{
	color: #0194d5;
	font-size: 18px;
	line-height: 22px;
}
.subSamTitle h4 i.pro-icon{
	background-position: -112px center;
	margin-right:6px;
}
.subSamTitle h4 i.area-icon{
	background-position: 1px center;
	margin-right:6px;
}
/*行业应用*/
.application table{
	width: 100%;
}
.application{
	padding-bottom:140px;
	padding-top: 20px;
}
.application table td,.application table th{
	border-bottom: solid 1px #d2d2d2;
	border-right: solid 1px #d2d2d2;
	padding: 20px 15px;
	text-align: center;
	background: #ededed
}
.application table td a{
  display:block;
  text-align: center;
}
.application table th{
	font-size: 18px;
	color: #666;
	font-weight: normal;
}
.application table td{
	font-weight: bold;
}
.application table td p{
	text-align: left;
	color: #666;
}
.application table td a:hover{
	color: #249bd7;
	text-decoration: underline;
}
.application table td h3{
	font-size: 18px;
	color: #000;
}
.application table img{
	display: inline-block;
	*display: inline;
	*zoom:1;
}
.bg{
	background: #ededed;
}
.application tbody tr:first-child td{
	border-top:solid 2px #888888;
}

